home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Army Men TiS / data1.cab / Required_Files / rules / node.txt < prev   
Text File  |  1999-10-08  |  768b  |  21 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. // Section common to all game types
  3. //////////////////////////////////////////////////////////////////////////////
  4. include common.txt
  5. include ffire.txt
  6.  
  7. //////////////////////////////////////////////////////////////////////////////
  8. // Node Control specific section
  9. //////////////////////////////////////////////////////////////////////////////
  10.  
  11. // these are per node bonuses so when you own 5 nodes you score
  12. // 5 * own5NodesBonus per score interval thus giving an exponential effect
  13. variable own1NodeBonus 4
  14. variable own2NodesBonus 6
  15. variable own3NodesBonus 8
  16. variable own4NodesBonus 10
  17. variable own5NodesBonus 12
  18.  
  19. variable nodeScoreDelay 5000
  20.  
  21. include node_common.txt